DELETE FILE

This command will delete an existing file.

  Syntax
DELETE FILE Filename
  Parameters
Filename
String
The existing file name to delete

  Returns

This command does not return a value.

  Description

The file must exist or the command will fail.

  Example Code
cls
make file "test.txt"
wait 1000*8
delete file "test.txt"
do
loop
end
  See also

FILE Commands Menu
Index